DataSource for Entity Framework for WinForms
IndexedCollection<T> コンストラクタ(IList<T>,PropertyChangeListener<T>)

C1.LiveLinq.4.5.2 アセンブリ > C1.LiveLinq.Collections 名前空間 > IndexedCollection<T> クラス > IndexedCollection<T> コンストラクタ : IndexedCollection<T> コンストラクタ(IList<T>,PropertyChangeListener<T>)
新しいインスタンスにコピーされる要素のコレクション。
コレクションで使用するカスタムの C1.LiveLinq.Listeners.PropertyChangeListener<T>
指定されたリストからコピーされた要素を含む IndexedCollection<T> クラスの新しいインスタンスを初期化し、 カスタムの C1.LiveLinq.Listeners.PropertyChangeListener<T> を提供します。
シンタックス
'宣言
 
Public Function New( _
   ByVal list As System.Collections.Generic.IList(Of T), _
   ByVal itemPropertyChangeListener As PropertyChangeListener(Of T) _
)
public IndexedCollection<T>( 
   System.Collections.Generic.IList<T> list,
   PropertyChangeListener<T> itemPropertyChangeListener
)

パラメータ

list
新しいインスタンスにコピーされる要素のコレクション。
itemPropertyChangeListener
コレクションで使用するカスタムの C1.LiveLinq.Listeners.PropertyChangeListener<T>
解説
このコンストラクタは、コレクションの要素の System.ComponentModel.INotifyPropertyChanged クラスを実装できない まれなケースで使用することを目的としています。
参照

IndexedCollection<T> クラス
IndexedCollection<T> メンバ
オーバーロード一覧